Update WPT - #7021
Merged
Merged
Conversation
workers-devprod
enabled auto-merge (rebase)
August 15, 2026 18:43
Contributor
|
APIError: Invalid Anthropic API Key |
2 similar comments
Contributor
|
APIError: Invalid Anthropic API Key |
Contributor
|
APIError: Invalid Anthropic API Key |
Contributor
|
@workers-devprod Bonk workflow failed. Check the logs for details. View workflow run · To retry, trigger Bonk again. |
Merging this PR will not alter performance
Comparing Footnotes
|
logan-gatlin
force-pushed
the
automatic-update-wpt
branch
from
August 17, 2026 19:18
d29d728 to
9d9f74f
Compare
npaun
approved these changes
Aug 17, 2026
The wpt-54f8f9336 update restructured WebCryptoAPI/import_export support scripts (ML-DSA_importKey.js and ML-KEM_importKey.js were merged into a shared ml_importKey.js) and added several new shared helper/fixture files across derive_bits_keys/, digest/, generateKey/, sign_verify/, and util/. Update the test config to match: - Remove entries for the two deleted support scripts, add one for the new shared ml_importKey.js. - Add entries for newly-introduced shared helper files that the test runner now discovers (all are pure fixture/helper definitions with no directly-runnable assertions). - Move the '(Empty|Bad) algorithm:' expectedFailures annotation from the 12 duplicated generateKey/failures_<ALGO>.https.any.js files to the new dedicated generateKey/failures_bad_algorithm.https.any.js, since that check was factored out of the per-algorithm files upstream. - Mark import_export/okp_importKey_fixtures.js and wrapKey_unwrapKey/wrapKey_unwrapKey_vectors.js as omitted: they now reference a global only defined when loaded via META scripts by their real parent test files, so they can't run standalone. Verified via bazel run //src/wpt:WebCryptoAPI@ and //src/wpt:WebCryptoAPI@all-autogates (148 tests, 0 failures each).
The wpt-54f8f9336 update added new WPT coverage in fetch/api/abort/general.any.js checking that fetch() and the various Response body-read methods (arrayBuffer/blob/bytes/formData/json/text) reject with the exact AbortSignal.reason value when aborted, rather than a generic AbortError. workerd doesn't yet propagate the custom reason in these cases, so mark the 8 new subtests as expected failures pending a fix. Verified via bazel run //src/wpt:fetch/api@ and //src/wpt:fetch/api@all-autogates (150 tests, 0 failures each).
logan-gatlin
force-pushed
the
automatic-update-wpt
branch
from
August 17, 2026 20:31
9d9f74f to
82bb56a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated pull request for updating WPT in workerd.